home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980901-19981211 / 000239_news@newsmaster….columbia.edu _Thu Oct 29 13:11:35 1998.msg < prev    next >
Internet Message Format  |  1998-12-10  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA01971
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 29 Oct 1998 13:11:35 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA18851
  7.     for kermit.misc@watsun; Thu, 29 Oct 1998 13:11:34 -0500 (EST)
  8. Path: news.columbia.edu!panix!howland.erols.net!newspeer.monmouth.com!hub1.ispnews.com!news3.ispnews.com.POSTED!not-for-mail
  9. Message-ID: <3638AF9D.33522C89@netscape.com>
  10. From: Ayrin Hilbert <ayrin@netscape.com>
  11. X-Mailer: Mozilla 4.07 [en] (WinNT; I)
  12. MIME-Version: 1.0
  13. Newsgroups: comp.protocols.kermit.misc
  14. Subject: Re: Newbie printing question
  15. References: <363616F2.9731F58E@hotmail.com> <7155i9$ii2$1@apakabar.cc.columbia.edu> <36372CDC.348C9284@netscape.com> <717c34$o2o$1@apakabar.cc.columbia.edu>
  16. Content-Type: text/plain; charset=us-ascii
  17. Content-Transfer-Encoding: 7bit
  18. Organization: USA Best Net
  19. Cache-Post-Path: soam.wwnet.net!unknown@max2-53.pontiac.usabestnet.net
  20. X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
  21. Lines: 59
  22. NNTP-Posting-Host: 209.142.196.59
  23. X-Trace: news3.ispnews.com 909684652 209.142.196.59 (Thu, 29 Oct 1998 13:10:52 EDT)
  24. NNTP-Posting-Date: Thu, 29 Oct 1998 13:10:52 EDT
  25. Date: Thu, 29 Oct 1998 13:10:37 -0500
  26. Xref: news.columbia.edu comp.protocols.kermit.misc:9439
  27.  
  28. I did uprade to the latest version, and while that did give me a lot more in the
  29. way of online help and I read more of the manual my problem is still not solved.
  30. The purpose of my script is to log on, print a report, then log off.  All of this
  31. without the user, after the initail double click on an icon.  After the dialing
  32. part of my script I have:
  33. output \13
  34. input 15 Host Name:
  35. output CXXX\13
  36. input 3 Please enter your Access Code?
  37. output TXXXX\13
  38. input 3 Please enter your Access Code?
  39. output TXXXX\13
  40. input 5 PASSWORD:
  41. output SXXXX\13
  42. set printer /windows
  43. input 5 Request?:
  44. output 211\13
  45.  
  46. Before the last two line is where I would like to turn the printer on.  From the
  47. text I read that I should type alt-o, I tried to send this in the code by using
  48. %o, this did not work.
  49.  
  50. Also upgrading to the new version gave me errors when I used the batch file and
  51. ini to set up this PC as a host.  I reinstalled the old version from disk.
  52.  
  53. Any thoughts would be appreciated.
  54.  
  55. Thanks
  56. Ayrin
  57.  
  58. Frank da Cruz wrote:
  59.  
  60. > In article <36372CDC.348C9284@netscape.com>,
  61. > Ayrin Hilbert  <ayrin@netscape.com> wrote:
  62. > : Frank da Cruz wrote:
  63. > : > In article <363616F2.9731F58E@hotmail.com>,  <a_donis@hotmail.com> wrote:
  64. > : > : I have created a log in script and then request a report from the Host.
  65. > : > : Everything is fine except that I don't know how to tell it to send it to
  66. > : > : the printer rather than the screen (both screen and printer would be
  67. > : > : fine).
  68. > : > :
  69. > : > Which Kermit program?  Which version?  On which kind of computer and
  70. > : > operating system?  On what kind of connection?
  71. > :
  72. > : Kermit-95 for 32-bit Windows 1.1.11
  73. > : C-Kermit 6.0.192
  74. > : is running on a Windows 95 system, this is a dial-up connection.
  75. > :
  76. > If you have Kermit 95, then all the information you need is in the manual.
  77. > First, make sure you have the current version, 1.1.17.  If you don't, patch
  78. > up to it:
  79. >
  80. >   http://www.columbia.edu/kermit/k95patch.html
  81. >
  82. > Then start the Dialer, click on Help, choose Manual, and read the section
  83. > on printing.
  84. >
  85. > - Frank
  86.